func github.com/refraction-networking/utls.negotiateALPN

3 uses

	github.com/refraction-networking/utls (current package)
		handshake_server.go#L258: 	selectedProto, err := negotiateALPN(c.config.NextProtos, hs.clientHello.alpnProtocols, false)
		handshake_server.go#L319: func negotiateALPN(serverProtos, clientProtos []string, quic bool) (string, error) {
		handshake_server_tls13.go#L298: 	selectedProto, err := negotiateALPN(c.config.NextProtos, hs.clientHello.alpnProtocols, c.quic != nil)